Indicates the Plane that is the closest to a specified by two direction cosine vectors.
Public Overloads Shared Function GetOrientationPlane( _
ByVal d() As Double _
) As Leadtools.Dicom.Common.Datatypes.Plane
public:
static Leadtools.Dicom.Common.Datatypes.Plane GetOrientationPlane(
array<double>^ d
)
d
An array of exactly six Double values, corresponding to the two direction cosine vectors.
The Plane that is the closest to that specified by two direction cosine vectors.
The d species exactly six values. The first three values correspond to the direction cosine of the first row with respect to the patient. The second three values correspond to the direction cosine of the first column with respect to the patient.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET